Add release info to our demo apps
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 28 Mar 2019 12:16:53 +0000 (12:16 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 28 Mar 2019 12:16:53 +0000 (12:16 +0000)
The appstream-util check performed by Flatpak on recent GNOME SDKs has
become more stringent, and now it requires a <release> tag in the
AppData XML file. If we don't have it, the Flatpak bundles of gtk-demo
and gtk-widget-factory will fail on our CI infrastructure.

demos/gtk-demo/org.gtk.Demo.appdata.xml
demos/widget-factory/org.gtk.WidgetFactory.appdata.xml

index 7b142498bfe85cb26daeee2768c3635d2781e476..9f37d11a73d17dbdb2c4be645ae3b0069bdd04d6 100644 (file)
   <translation type="gettext">gtk-4.0</translation>
   <update_contact>matthias.clasen_at_gmail.com</update_contact>
   <developer_name>Matthias Clasen and others</developer_name>
+  <releases>
+    <release version="3.94.0" date="2018-06-25">
+      <description>
+        <p>A new developers snapshot towards GTK 4.0.</p>
+      </description>
+    </release>
+  </releases>
 </component>
index a780508aa2bf2220e0b9ba0410426c9087260e24..6e5a2d120b0b5fc45f1c535fac8f194158e10a55 100644 (file)
   <translation type="gettext">gtk-4.0</translation>
   <update_contact>matthias.clasen_at_gmail.com</update_contact>
   <developer_name>Matthias Clasen and others</developer_name>
+  <releases>
+    <release version="3.94.0" date="2018-06-25">
+      <description>
+        <p>A new developers snapshot towards GTK 4.0.</p>
+      </description>
+    </release>
+  </releases>
 </component>